home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / AllegroCL11 / ccl-doc / bug-reports.text next >
Encoding:
Text File  |  1987-10-26  |  839 b   |  24 lines  |  [TEXT/CCL ]

  1. Allegro CL Bug Reports
  2.  
  3. We want your feedback! 
  4. Tell us what needs better documentation, what non-existent
  5. features you can't live without and what's broken.
  6. Be specific. If you're reporting a bug, try to give us enough information 
  7. so that we can reproduce it. When you're inspired 
  8. please send a hardcopy or floppy copy of this file to:
  9. Coral Software, Lisp Support, Box 307, Cambridge, Ma. 02142.
  10.  
  11. Main user name:
  12. Hardcopy mailing address:
  13. Phone [in case we can't decipher your report]:
  14. Date of first bug:
  15. ACL-version: 1.1
  16.  
  17. Example bug report:
  18. -----------------------
  19. (ask (front-window) (line-to 100 200)) =>  Error: Undefined function: LINE-TO 
  20. Comment: LINE-TO is documented in the quickdraw doc!
  21. Coral Responds: To use any quickdraw functions, you must load the file
  22.                 "library;quickdraw.fasl"
  23. -----------------------
  24.